home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / 4dostool / 4edit20.zip / 4EDIT.CFG next >
Text File  |  1994-03-06  |  5KB  |  105 lines

  1. ;                  4EDIT Configuration File
  2. ;
  3. ;This file allows the user to set different values for several of the
  4. ;4EDIT parameters, including:
  5. ;            Maximum Description Length
  6. ;            Whether 4EDIT should hide Descript.ion files
  7. ;            Color Selection
  8. ;            File types to be colored specially
  9. ;            Sort type
  10. ;            Time of Day display format
  11. ;
  12. ;Any text following a semicolon will be ignored by 4EDIT, so you can
  13. ;easily document your configuration with comments. The configuration
  14. ;file consists of entries with the form
  15. ;
  16. ;                          KEYWORD=value
  17. ;
  18. ;This sample file is set up with an entry for each keyword that sets
  19. ;4EDIT to the default value.  If you want to change any of these
  20. ;defaults, simply remove the semicolon from the beginning of the
  21. ;corresponding entry line and change the value to the one you prefer.
  22.  
  23. ;--------------------------------------------------------------------
  24. ;Maximum Description Length
  25. ;4EDIT will permit you to edit long descriptions, up to a maximum of
  26. ;200 characters.  This is consistent with 4DOS Version 5.0
  27. ;You may wish to restrict descriptions to shorter values.  For
  28. ;example, to be fully compatible with the 4DOS Version 4.0
  29. ;DESCRIBE function, Descriptions cannot be longer than 120 characters.
  30. ;(But 4DOS users shouldn't feel you have to restrict description length.
  31. ;4DOS will handle them perfectly.  You just won't be able to edit
  32. ;them with DESCRIBE.)
  33.  
  34. ;Descriptionmax=200;
  35.  
  36. ;--------------------------------------------------------------------
  37. ;Hiding DESCRIPT.ION files.  4DOS keeps file description information
  38. ;in a file named DESCRIPT.ION in each subdirectory.  Originally, 4DOS
  39. ;always hid these files so that they would not normally be seen in a
  40. ;directory display.  Newer versions of 4DOS leave the file either hidden
  41. ;or not hidden - the same as it finds it.  4EDIT will do the same.
  42. ;But what should happen if 4EDIT has to create a DESCRIPT.ION file
  43. ;(because it is creating the first description in a subdirectory.)?
  44. ;You can decide for yourself;  the default is to create the file as
  45. ;HIDDEN. To change this just remove the semicolon from the following
  46. ;line and set the value to FALSE.
  47.  
  48. ;HIDENEWDESCR=TRUE
  49. ;--------------------------------------------------------------------
  50.  
  51. ;The next three items allow three groups of file types to be displayed in
  52. ;distinctive colors in the 4EDIT directory display. The examples show
  53. ;typical uses.
  54.  
  55. 1FileGroup=*.exe *.com *.bat *.btm
  56. 2FileGroup=*.pas *.inc
  57. 3FileGroup=*.bak *.tmp *.jnk
  58.  
  59. ;You can select the colors for most things yourself.  The syntax is
  60. ;
  61. ;          Name= [BRIGHT] foreground [ON background]
  62. ;
  63. ;If ON background is omitted, the background associated with TextColor
  64. ;will be used. BRIGHT may be abbreviated as BRI
  65. ;
  66. ;Colors available are:
  67. ;Black, Blue, Green, Cyan, Red, Magenta, Brown, White
  68. ;Following are the complete set of attributes that can be colored
  69. ;independently and their default colors
  70. ;
  71. ;Text=white on blue       ;normal file entries, unselected
  72. ;Select=blue on white     ;normal file entries, selected
  73. ;Viewer=black on green    ;Text displayed in the file viewer
  74. ;BLOCK=green on black     ;block of ines selected in viewer for pasting
  75. ;1Color=bright red        ;Files in 1FileGroup, unselected
  76. ;1Select=blue on white    ;Files in 1FileGroup, Selected
  77. ;2Color= bright green     ;Files in 2FileGroup, unselected
  78. ;2Select=blue on white    ;Files in 2FileGroup, Selected
  79. ;3Color=bright brown      ;Files in 3FileGroup, unselected
  80. ;3Select=blue on white    ;Files in 3FileGroup, Selected
  81. ;TooLong=Brown on white   ;Char Count display when Description Too Long
  82. ;--------------------------------------------------------------------
  83.  
  84. ;4EDIT always displays files sorted so that the directories come first.
  85. ;After that, the files can ve displayed by NAME, EXTENSION, SIZE, DATE,
  86. ;or DESCRIPTION. The default is sort by NAME
  87. ;You can change the default with the following syntax
  88. ;          SORT=sort type
  89. ;SORT=Name
  90. ;
  91. ;The default sort type can also be changed on the command line.
  92. ;The Syntax is 4EDIT /SX, where X takes the values N,E,S,D or I
  93. ;corresponding to sort by Name, Extension, Size, Date or Description.
  94. ;--------------------------------------------------------------------
  95.  
  96. ;The display format for the file creation time is normally determined
  97. ;automatically by the DOS country code. Two formats are provided:
  98. ; 12 hour format:   11:20   11:20p
  99. ; 24 hour format:   11:20   23:20
  100. ;You can optionally set the default time format in the 4EDIT.CFG
  101. ;file with the following syntax
  102. ;          TIME=12 or TIME=24
  103. ;The default time format can also be changed on the command line.
  104. ;The syntax is 4EDIT /12 or 4EDIT /24
  105.